How to avoid <iframes> in servlets
can u help me .
I am having the working application ,
in which the <iframe> are used ,
and i want to avoid the iframe , in replace of it i want to just call the jsps , can this be possible
i had used
RequestDispatcher and also send Redirect but it is not working atall .
I also know that the jsps are used for the presentation logic but the frame is using the <iframe> and i want to avoid it
please help me .